projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5018e32
)
gtkdnd: Unbreak non-wayland builds
author
Carlos Garnacho
<carlosg@gnome.org>
Fri, 20 Nov 2015 12:29:34 +0000
(13:29 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Fri, 20 Nov 2015 12:30:14 +0000
(13:30 +0100)
missing #ifdef...
gtk/gtkdnd.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdnd.c
b/gtk/gtkdnd.c
index d495ca9179aa1715978c93ad321b9ad70993a798..ef49b80a796ccbe69bcb2d6b7783eddcfcf89f9c 100644
(file)
--- a/
gtk/gtkdnd.c
+++ b/
gtk/gtkdnd.c
@@
-787,8
+787,10
@@
gtk_drag_can_use_rgba_cursor (GdkDisplay *display,
{
guint max_width, max_height;
+#ifdef GDK_WINDOWING_WAYLAND
if (GDK_IS_WAYLAND_DISPLAY (display))
return FALSE;
+#endif
if (!gdk_display_supports_cursor_color (display))
return FALSE;